Click or drag to resize

SipClient Constructor (String)

Initializes a new instance of the SipClient class using the specified domain.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public SipClient(
	string domain
)

Parameters

domain
Type: SystemString
A string represents domain name, name or IP address of SIP server.
See Also